Class PriorityQueueImpl

All Implemented Interfaces:
IPCObject, PriorityQueue, QueueProcess

public class PriorityQueueImpl extends QueueProcessImpl implements PriorityQueue
Information provided by the PKI file:

    \class CPriorityQueue
    
    \brief CPriorityQueue handles and manipulates policy maps.
    
    \example network().getDevice("Router0").getCbwfqManager().getCbwfqAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getQueueCount

      public int getQueueCount()
      Information provided by the PKI file:
      
          \brief Returns the queue count.
          
          \return int, the queue count.
          
              
      Specified by:
      getQueueCount in interface PriorityQueue
      Returns:
      int Returns a int
    • getQueueAt

      public Queue getQueueAt(int i)
      Information provided by the PKI file:
      
          \brief Returns the queue at the specified index.
          
          \param i, index to get the queue at.  Range(0, getQueueCount()).
          
          \return Queue, the queue at the specified index.
          
              
      Specified by:
      getQueueAt in interface PriorityQueue
      Parameters:
      i - Takes in a parameter of i
      Returns:
      Queue Returns a Queue